home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / misc / shellscr / examples / iconx_demo next >
Text File  |  1999-11-30  |  527b  |  25 lines

  1. echo "*ecFormatting Hard-drive.... " noline
  2. list sys: >nil:
  3. list sys: >nil:
  4. list sys: >nil:
  5. echo "done"
  6.  
  7. echo "Erasing memory.... " noline
  8. wait 3
  9. echo "done"
  10.  
  11. echo "*n*e[1mNOTICE:*e[0m All things will be restored on"
  12. echo "entry of the *e[3msecret password!! *e[0m*n"
  13.  
  14. echo "Password: " noline
  15. Set >NIL: blah ?
  16.  
  17. if "$blah" eq "poop"
  18.   echo "That was it!!!"
  19.   wait 3
  20.   endshell  ; quit doesn't work, endshell does
  21. else
  22.   echo "*nOh no! You got it wrong! The password was p#$%@£!!$##NO CARRIER...."
  23.   prompt "I.am.Dead:> "
  24. endif
  25.